home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_mtools.idb / usr / freeware / catman / u_man / cat1 / mcopy.Z / mcopy
Encoding:
Text File  |  1998-10-28  |  5.7 KB  |  199 lines

  1.  
  2.  
  3.  
  4.      mmmmccccooooppppyyyy((((1111))))          mmmmttttoooooooollllssss----3333....9999....1111 ((((11110000JJJJuuuunnnn99998888))))          mmmmccccooooppppyyyy((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNaaaammmmeeee
  9.       mcopy    - copy MSDOS files to/from Unix
  10.  
  11.  
  12.  
  13.      NNNNooootttteeee
  14.       This manpage has been    automatically generated    from mtools's
  15.       texinfo documentation.  However, this    process    is only
  16.       approximative, and some items, such as crossreferences,
  17.       footnotes and    indices    are lost in this translation process.
  18.       Indeed, this items have no appropriate representation    in the
  19.       manpage format.  Moreover, only the items specific to    each
  20.       command have been translated,    and the    general    information
  21.       about    mtools has been    dropped    in the manpage version.     Thus
  22.       I strongly advise you    to use the original texinfo doc.
  23.  
  24.       *    To generate a printable copy from the texinfo doc, run
  25.            the following commands:
  26.  
  27.               ....////ccccoooonnnnffffiiiigggguuuurrrreeee;;;; mmmmaaaakkkkeeee    ddddvvvviiii;;;; ddddvvvviiiippppssss mmmmttttoooooooollllssss....ddddvvvviiii
  28.  
  29.  
  30.  
  31.       *    To generate a html copy,     run:
  32.  
  33.               ....////ccccoooonnnnffffiiiigggguuuurrrreeee;;;; mmmmaaaakkkkeeee    hhhhttttmmmmllll
  34.  
  35.            A premade html can be found at:
  36.            `http://www.tux.org/pub/knaff/mtools'
  37.  
  38.       *    To generate an info copy    (browsable using emacs'    info
  39.            mode), run:
  40.  
  41.               ....////ccccoooonnnnffffiiiigggguuuurrrreeee;;;; mmmmaaaakkkkeeee    iiiinnnnffffoooo
  42.  
  43.  
  44.  
  45.       The texinfo doc looks    most pretty when printed or as html.
  46.       Indeed, in the info version certain examples are difficult
  47.       to read due to the quoting conventions used in info.
  48.  
  49.      DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn
  50.       The mcopy command is used to copy MS-DOS files to and    from
  51.       Unix.    It uses    the following syntax:
  52.  
  53.          mcopy [-b/ptnvmoQOsSrRA] _s_o_u_r_c_e_f_i_l_e _t_a_r_g_e_t_f_i_l_e
  54.          mcopy [-b/ptnvmoQOsSrRA] _s_o_u_r_c_e_f_i_l_e [ _s_o_u_r_c_e_f_i_l_e_s... ] _t_a_r_g_e_t_d_i_r_e_c_t_o_r_y
  55.          mcopy [-tnvm] _M_S_D_O_S_s_o_u_r_c_e_f_i_l_e
  56.  
  57.  
  58.  
  59.       Mcopy    copies the specified file to the named file, or    copies
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 7/15/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      mmmmccccooooppppyyyy((((1111))))          mmmmttttoooooooollllssss----3333....9999....1111 ((((11110000JJJJuuuunnnn99998888))))          mmmmccccooooppppyyyy((((1111))))
  71.  
  72.  
  73.  
  74.       multiple files to the    named directory.  The source and
  75.       target can be    either MS-DOS or Unix files.
  76.  
  77.       The use of a drive letter designation    on the MS-DOS files,
  78.       'a:' for example, determines the direction of    the transfer.
  79.       A missing drive designation implies a    Unix file whose    path
  80.       starts in the    current    directory.  If a source    drive letter
  81.       is specified with no attached    file name (e.g.    mcopy a: .),
  82.       all files are    copied from that drive.
  83.  
  84.       If only a single, MS-DOS source parameter is provided    (e.g.
  85.       "mcopy a:foo.exe"), an implied destination of    the current
  86.       directory (`.') is assumed.
  87.  
  88.       A filename of    `-' means standard input or standard output,
  89.       depending on its position on the command line.
  90.  
  91.       Mcopy    accepts    the following command line options:
  92.  
  93.       b    Batch mode. Optimized for huge recursive    copies,    but
  94.            less secure if a    crash happens during the copy.
  95.  
  96.       /    Recursive copy.    Also copies directories    and their
  97.            contents
  98.  
  99.       p    Preserves the attributes    of the copied files
  100.  
  101.       Q    When mcopying multiple files, quits as soon as one copy
  102.            fails (for example due to lacking storage space on the
  103.            target disk)
  104.  
  105.       t    Text file transfer.  Mcopy translates incoming carriage
  106.            return/line feeds to line feeds.
  107.  
  108.       n    No confirmation when overwriting    Unix files.  Mcopy
  109.            doesn't warn the    user when overwriting an existing Unix
  110.            file.  In order to switch off confirmation for DOS
  111.            files, use -o.
  112.  
  113.       m    Preserve    the file modification time. If the target file
  114.            already exists, and the -n option is not    in effect,
  115.            mcopy asks whether to overwrite the file    or to rename
  116.            the new file (`name clashes') for details).
  117.  
  118.      BBBBuuuuggggssss
  119.       Unlike MS-DOS, the '+' operator (append) from    MS-DOS is not
  120.       supported. However, you may use mtype    to produce the same
  121.       effect:
  122.  
  123.          mmmmttttyyyyppppeeee aaaa::::ffffiiiilllleeee1111 aaaa::::ffffiiiilllleeee2222 aaaa::::ffffiiiilllleeee3333 >>>>uuuunnnniiiixxxxffffiiiilllleeee
  124.          mmmmttttyyyyppppeeee aaaa::::ffffiiiilllleeee1111 aaaa::::ffffiiiilllleeee2222 aaaa::::ffffiiiilllleeee3333 |||| mmmmccccooooppppyyyy ---- aaaa::::mmmmssssddddoooossssffffiiiilllleeee
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                         (printed 7/15/98)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      mmmmccccooooppppyyyy((((1111))))          mmmmttttoooooooollllssss----3333....9999....1111 ((((11110000JJJJuuuunnnn99998888))))          mmmmccccooooppppyyyy((((1111))))
  137.  
  138.  
  139.  
  140.  
  141.  
  142.      SSSSeeeeeeee AAAAllllssssoooo
  143.       Mtools' texinfo doc
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.      Page 3                         (printed 7/15/98)
  196.  
  197.  
  198.  
  199.